home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineButton2_87 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  269 b   |  10 lines

  1. on(release){
  2.    if(body._currentFrame == 160 or body._currentFrame == 161)
  3.    {
  4.       set("_level0/lib:popup_cancel_target","");
  5.    }
  6.    set("_level0/lib:screenInPro",false);
  7.    set("_level0/lib:popup_closeType","cancel");
  8.    call("_level0/lib:closepopup");
  9. }
  10.